home *** CD-ROM | disk | FTP | other *** search
- object impAddForm: TimpAddForm
- Left = 246
- Top = 220
- Width = 426
- Height = 211
- Caption = 'Import Delimited Text File to Address List'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 11
- Top = 44
- Width = 74
- Height = 13
- Caption = 'Field Separator:'
- end
- object Label2: TLabel
- Left = 11
- Top = 62
- Width = 53
- Height = 13
- Caption = 'Source File'
- end
- object Label3: TLabel
- Left = 11
- Top = 108
- Width = 72
- Height = 13
- Caption = 'Destination File'
- end
- object head: TCheckBox
- Left = 11
- Top = 10
- Width = 173
- Height = 23
- Caption = 'First Row is Column Headings'
- TabOrder = 0
- end
- object quote: TCheckBox
- Left = 196
- Top = 10
- Width = 173
- Height = 23
- Caption = 'Fields are Delimited by Quotes'
- TabOrder = 1
- end
- object Sep: TEdit
- Left = 94
- Top = 39
- Width = 57
- Height = 21
- AutoSize = False
- TabOrder = 2
- end
- object Source: TFilenameEdit
- Left = 11
- Top = 78
- Width = 258
- Height = 21
- DialogOptions = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
- DialogTitle = 'Import From:'
- NumGlyphs = 1
- TabOrder = 3
- end
- object Dest: TFilenameEdit
- Left = 11
- Top = 123
- Width = 258
- Height = 21
- DialogKind = dkSave
- DefaultExt = 'tfm'
- Filter = 'tfm Files (*.tfm)|*.tfm'
- DialogOptions = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
- DialogTitle = 'Import To:'
- NumGlyphs = 1
- TabOrder = 4
- OnChange = DestChange
- end
- object Button1: TButton
- Left = 305
- Top = 55
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 5
- end
- object Button2: TButton
- Left = 305
- Top = 93
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 6
- end
- object Button3: TButton
- Left = 305
- Top = 131
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 7
- end
- object MarsCaption1: TMarsCaption
- ActiveBeginColor = clBlack
- ActiveEndColor = clBlue
- ActiveFontColor = clSilver
- InactiveBeginColor = clGray
- InactiveEndColor = clSilver
- InactiveFontColor = clSilver
- ApplicationNameFont.Charset = DEFAULT_CHARSET
- ApplicationNameFont.Color = clWindowText
- ApplicationNameFont.Height = -11
- ApplicationNameFont.Name = 'MS Sans Serif'
- ApplicationNameFont.Style = [fsBold]
- CaptionFont.Charset = ANSI_CHARSET
- CaptionFont.Color = clWindowText
- CaptionFont.Height = -13
- CaptionFont.Name = 'Arial'
- CaptionFont.Style = [fsBold]
- NumColors = 64
- AutoSize = False
- Left = 377
- Top = 6
- end
- object MessageDialog1: TMessageDialog
- ButtonFont.Charset = DEFAULT_CHARSET
- ButtonFont.Color = clWindowText
- ButtonFont.Height = -11
- ButtonFont.Name = 'MS Sans Serif'
- ButtonFont.Style = []
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- HintColor = 8454143
- LineSeparator = '\n'
- FlashTitleBarInterval = 1000
- ButtonsCaption.Yes = '&Yes'
- ButtonsCaption.No = '&No'
- ButtonsCaption.Ok = '&OK'
- ButtonsCaption.Cancel = '&Cancel'
- ButtonsCaption.Abort = 'Abort'
- ButtonsCaption.Retry = '&Retry'
- ButtonsCaption.Ignore = '&Ignore'
- ButtonsCaption.All = '&All'
- ButtonsCaption.Help = '&Help'
- Left = 388
- Top = 40
- end
- end
-